home *** CD-ROM | disk | FTP | other *** search
- /* ------------------------------------------------------------ */
- /*
- HTTrack Website Copier, Offline Browser for Windows and Unix
- Copyright (C) Xavier Roche and other contributors
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-
- Important notes:
-
- - We hereby ask people using this source NOT to use it in purpose of grabbing
- emails addresses, or collecting any other private information on persons.
- This would disgrace our work, and spoil the many hours we spent on it.
-
-
- Please visit our Website: http://www.httrack.com
- */
-
-
- /* ------------------------------------------------------------ */
- /* File: HTTrack parameters block */
- /* Called by httrack.h and some other files */
- /* Author: Xavier Roche */
- /* ------------------------------------------------------------ */
-
-
- #ifndef HTTRACK_DEFOPT
- #define HTTRACK_DEFOPT
-
- #include <stdio.h>
- #include "htsbasenet.h"
- #include "htsbauth.h"
-
- // structure proxy
- typedef struct {
- int active;
- char name[1024];
- int port;
- } t_proxy;
-
- /* Structure utile pour copier en bloc les paramËtres */
- typedef struct {
- char*** filters;
- int* filptr;
- //int* filter_max;
- } htsfilters;
-
- /* Structure Ètat du miroir */
- typedef struct {
- int stop;
- } htsoptstate;
-
-
- // paramËtres httrack (options)
- typedef struct {
- int wizard; // wizard aucun/grand/petit
- int flush; // fflush sur les fichiers log
- int travel; // type de dÈplacements (same domain etc)
- int seeker; // up & down
- int depth; // nombre de niveaux de rÈcursion
- int extdepth; // nombre de niveaux de rÈcursion ‡ l'ÈxtÈrieur
- int urlmode; // liens relatifs etc
- int debug; // mode dÈbug log
- int getmode; // sauver html, images..
- FILE* log; // fichier log
- FILE* errlog; // et erreur
- LLint maxsite; // taille max site
- LLint maxfile_nonhtml; // taille max non html
- LLint maxfile_html; // taille max html
- int maxsoc; // nbre sockets
- LLint fragment; // fragmentation d'un site
- int nearlink; // prendre les images/data proche d'une page mais ‡ l'extÈrieur
- int makeindex; // faire un index
- int kindex; // et un index 'keyword'
- int delete_old; // effacer anciens fichiers
- int timeout; // nombre de secondes de timeout
- int rateout; // nombre d'octets minium pour le transfert
- int maxtime; // temps max en secondes
- int maxrate; // taux de transfert max
- int maxconn; // nombre max de connexions/s
- int waittime; // dÈmarrage programmÈ
- int cache; // gÈnÈration d'un cache
- int aff_progress; // barre de progression
- int shell; // gestion d'un shell par pipe stdin/stdout
- t_proxy proxy; // configuration du proxy
- int savename_83; // conversion 8-3 pour les noms de fichiers
- int savename_type; // type de noms: structure originale/html-images en un seul niveau
- char savename_userdef[256]; // structure userdef (ex: %h%p/%n%q.%t)
- int user_agent_send; // user agent (ex: httrack/1.0 [sun])
- char user_agent[128];
- char path_log[1024]; // chemin pour cache et log
- char path_html[1024]; // chemin pour miroir
- char path_bin[1024]; // chemin pour templates
- int retry; // nombre d'essais supplÈmentaires en cas d'Èchec
- int makestat; // mettre ‡ jour un fichier log de statistiques de transfert
- int maketrack; // mettre ‡ jour un fichier log de statistiques d'opÈrations
- int parsejava; // parsing des classes java pour rÈcupÈrer les class, gif & cie
- int hostcontrol; // abandon d'un host trop lent etc.
- int errpage; // gÈnÈrer une page d'erreur en cas de 404 etc.
- int check_type; // si type inconnu (cgi,asp,/) alors tester lien (et gÈrer moved Èventuellement)
- int all_in_cache; // tout mettre en cache!
- int robots; // traitement des robots
- int external; // pages externes->pages d'erreur
- int passprivacy; // pas de mot de pass dans les liens externes?
- int includequery; // include la query-string
- int mirror_first_page; // miroir des liens
- char sys_com[2048]; // commande systËme
- int sys_com_exec; // executer commande
- int accept_cookie; // gestion des cookies
- t_cookie* cookie;
- int http10; // forcer http 1.0
- int nocompression; // pas de compression
- int sizehack; // forcer rÈponse "mis ‡ jour" si taille identique
- int tolerant; // accepter content-length incorrect
- int parseall; // essayer de tout parser (tags inconnus contenant des liens, par exemple)
- int norecatch; // ne pas reprendre les fichiers effacÈs localement par l'utilisateur
- int verbosedisplay; // animation textuelle
- char footer[256]; // ligne d'infos
- int maxcache; // maximum en mÈmoire au niveau du cache (backing)
- //int maxcache_anticipate; // maximum de liens ‡ anticiper (majorant)
- int ftp_proxy; // proxy http pour ftp
- char filelist[1024]; // fichier liste URL ‡ inclure
- char urllist[1024]; // fichier liste de filtres ‡ inclure
- htsfilters filters; // contient les pointeurs pour les filtres
- void* hash; // hash structure
- void* robotsptr; // robots ptr
- char lang_iso[64]; // en, fr ..
- char mimedefs[2048]; // ext1=mimetype1\next2=mimetype2..
- //
- int maxlink; // nombre max de liens
- int maxfilter; // nombre max de filtres
- //
- char* exec; // adresse du nom de l'Èxecutable
- //
- int quiet; // poser des questions autres que wizard?
- int keyboard; // vÈrifier stdin
- //
- int is_update; // c'est une update (afficher "File updated...")
- int dir_topindex; // reconstruire top index par la suite
- //
- htsoptstate state; // Ètat
- } httrackp;
-
- // stats for httrack
- typedef struct {
- LLint HTS_TOTAL_RECV; // flux entrant reÁu
- LLint stat_bytes; // octets Ècrits sur disque
- // int HTS_TOTAL_RECV_STATE; // status: 0 tout va bien 1: ralentir un peu 2: ralentir 3: beaucoup
- TStamp stat_timestart; // dÈpart
- //
- LLint total_packed; // flux entrant compressÈ reÁu
- LLint total_unpacked; // flux entrant compressÈ reÁu
- int total_packedfiles; // fichiers compressÈs
- //
- TStamp istat_timestart[2]; // dÈpart pour calcul instantannÈ
- LLint istat_bytes[2]; // calcul pour instantannÈ
- TStamp istat_reference01; // top dÈpart donnÈ par #0 ‡ #1
- int istat_idlasttimer; // id du timer qui a rÈcemment donnÈ une stat
- //
- int stat_files; // nombre de fichiers Ècrits
- int stat_updated_files; // nombre de fichiers mis ‡ jour
- //
- int stat_nsocket; // nombre de sockets
- int stat_errors; // nombre d'erreurs
- int stat_errors_front; // idem, mais au tout premier niveau
- int stat_warnings; // '' warnings
- int stat_infos; // '' infos
- int nbk; // fichiers anticipÈs en arriËre plan et terminÈs
- LLint nb; // donnÈes transfÈrÈes actuellement (estimation)
- //
- LLint rate;
- } hts_stat_struct;
-
-
- #endif
-
-